ComponentOne Web API Edition
Remove Method

C1.Web.Api.Configuration Namespace > Manager<T> Class : Remove Method
The item key.
Remove the item with the specified key.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal key As String _
) 
public void Remove( 
   string key
)

Parameters

key
The item key.
See Also

Reference

Manager<T> Class
Manager<T> Members